From b4a88c7287c0e63ba3bbd2a105e2341d7f796add Mon Sep 17 00:00:00 2001 From: =?utf8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 19 Jun 2015 15:47:53 +0100 Subject: [PATCH] file chooser: Avoid tall combos MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The filter combo box in the file chooser was stretching to match the height of the extra widgets next to it. Since, stretched combo boxes are not a pretty sight, make it stick to the top instead. Patch by Caolán McNamara, https://bugzilla.gnome.org/show_bug.cgi?id=751227 --- gtk/ui/gtkfilechooserwidget.ui | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui index 18816ff2d7..264f9cce48 100644 --- a/gtk/ui/gtkfilechooserwidget.ui +++ b/gtk/ui/gtkfilechooserwidget.ui @@ -346,6 +346,7 @@ False 0 1 + start -- 2.30.2